#include <tinyxml.h>
Inheritance diagram for TiXmlText:


Public Member Functions | |
| TiXmlText (const char *initValue) | |
| Constructor. | |
| virtual | ~TiXmlText () |
| virtual void | Print (FILE *cfile, int depth) const |
Protected Member Functions | |
| virtual TiXmlNode * | Clone () const |
| virtual void | StreamOut (TiXmlOutStream *out) const |
| bool | Blank () const |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data) |
Friends | |
| class | TiXmlElement |
|
|
Constructor.
|
|
|
|
|
|
|
|
|
Implements TiXmlNode. |
|
||||||||||||
|
Implements TiXmlBase. |
|
||||||||||||
|
All TinyXml classes can print themselves to a filestream. This is a formatted print, and will insert tabs and newlines. (For an unformatted stream, use the << operator.) Implements TiXmlBase. |
|
|
Implements TiXmlBase. |
|
|
Reimplemented from TiXmlNode. |
1.3-rc3